Insert Text
|
|
"Text"
|
Inserts the function parameter as text at the current position.
|
Insert File
|
|
filename
|
Inserts the specified file at the current cursor position.
|
Find
|
|
"String"
|
Searches for the specified string. The result is true if the string has been found. The found string will be selected.
|
|
[Applying
|
Option(s)]
|
Applies the specified options. One or more options may be specified. Multiple options must be specified as a list in braces.
|
|
Available Options:
|
|
|
Ignore case
|
|
Distinguishes between uppercase and lowercase.
|
|
Wraparound
|
|
Wrap around the beginning or the end of the document.
|
|
From Top
|
|
Start the search at the beginning or the end of the text or the current selection.
|
|
Backwards
|
|
Search direction is backwards.
|
|
Word
|
|
Search word by word.
|
Replace
|
"String"
|
|
Searches for the specified string and replaces it with another string. The result is true if the string has been found and replaced. The found and replaced string will be selected. If the direct parameter is omitted, the specified string replaces the current selection.
|
|
Using
|
"String"
|
The string used for replacing.
|
|
[Applying
|
Option(s)]
|
Applies the specified options. One or more options may be specified. Multiple options must be specified as a list in braces.
|
|
Available Options:
|
|
|
Ignore case
|
|
Distinguishes between uppercase and lowercase.
|
|
Wraparound
|
|
Wrap around the beginning or the end of the document.
|
|
From Top
|
|
Start the search at the beginning or the end of the text or the current selection.
|
|
Backwards
|
|
Search direction is backwards.
|
|
Word
|
|
Search word by word.
|
Undo
|
|
|
Undoes the last changes.
|
Redo
|
|
|
Restores data to the state before the last Undo action.
|
Delete
|
|
Object
|
Deletes the specified object, which may be the selection object, a line, or other. If the object is not specified, it deletes the current selection.
|
Select
|
|
Object
|
Makes a selection. The specified object may be a suite of lines or characters--for example, "Lines 3 thru 7."
|
|
From
|
List
|
The selection may be specified using two lists with a {line, column} syntax at the beginning and end of the selection.
|
|
To
|
List
|
Select paragraph
|
|
|
This command searches a blank line before and after the current line and selects the text between the two blank lines and the subsequent blank line, positioning the cursor on the blank line. In the example given below, the cursor is placed on the line "1st Line." The asterisks mark the lines that will be selected after executing this command. 1st line * 2nd line * 3rd line * 4th line etc.
|
|
[Between
|
Object]
|
As an option, the selection can be confined to particular lines by specifying a range explicitly. Example: "Select Paragraph Between Lines 3 thru 5."
|
Deselect
|
|
|
Cancels the current selection.
|
Go to
|
|
Object
|
Sets the current position to the specified line or character object.
|
Delete spaces
|
|
|
Deletes all spaces and tabs from the current position to the end of the line or to the next character that is neither a space nor a tab.
|